home *** CD-ROM | disk | FTP | other *** search
- #ifndef CDFS_H
- #define CDFS_H
- /*
- ** CD File System Include File
- **
- ** Copyright (c) 1991 Commodore Electronics Ltd.
- ** All rights reserved. Confidential and Proprietary.
- ** CDTV is a trademark of Commodore Electronics Ltd.
- **
- ** Written by: John J. Szucs
- ** Commodore Electronics Ltd.
- **
- ** Version of: March 15, 1991 - Szucs
- ** Created; ACTION_DIRECT_READ definition
- **
- */
-
- /*
- **
- ** CDFS packets
- **
- ** Packets specific to CDFS.
- **
- */
- #define ACTION_DIRECT_READ 1900
-
- #endif /*CDFS_H */
-